SpinButton: Explain meaning of nullable Adjustment
authorDaniel Boles <dboles@src.gnome.org>
Wed, 22 Nov 2017 20:27:26 +0000 (20:27 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 22 Nov 2017 20:58:28 +0000 (20:58 +0000)
commitfecce75c73c4422cf244b619a0006a08b2d59c35
tree53b30779ea02ea520391bc900565926ba31237ed
parent98c1f16002f4979f681150896a39c07edf105024
SpinButton: Explain meaning of nullable Adjustment

configure() marked the @adj argument as (allow-none) but did not explain
what passing NULL would do. Fix that, and move it to (nullable) as well.
gtk/gtkspinbutton.c